home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00169.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  399 b   |  20 lines

  1. global gVR, gWhichMovie, gWhichClip, gWhichCamera, gAutomated, gFullScreen
  2.  
  3. on exitFrame
  4.   sound stop 1
  5.   sound stop 2
  6.   updateStage()
  7.   puppetSound("Null Sound")
  8.   updateStage()
  9.   puppetSound(0)
  10.   updateStage()
  11.   set gVR to 1
  12.   set gWhichMovie to 1
  13.   set gWhichClip to 1
  14.   set gWhichCamera to "A"
  15.   set gAutomated to 0
  16.   set gFullScreen to 0
  17.   setProp(34, 38, "visibility", 1)
  18.   advanceClip(1)
  19. end
  20.